You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > SignalUtils.ArCovarianceSpectrum Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.ArCovarianceSpectrum Method

Computes a frequency spectrum with the autoregressive "covariance" method.

Syntax
C#
Visual Basic
public static void ArCovarianceSpectrum([In] TVec Data, [In] TVec aResult, int ArOrder, int ZeroPadding);

Computes a frequency spectrum from Data and places the result in aResult. ArOrder is the autoregressive order used by the covariance method and zero padding factor for the FFT is defined with the ZeroPadding parameter.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!